#'"~.,.~"'"~.,.~"'"~.,.~"'"~.,.~"'"~.,.~"'"~.,.~"#
#~		CC6 ATP Project Makefile	~#
#'"~.,.~"'"~.,.~"'"~.,.~"'"~.,.~"'"~.,.~"'"~.,.~"#

# This is a generic makefile for a CC6 Acceptance Test Plans (ATP).
# Development should: 
# implement CC6_PLATFORM.mak according to the current platforn & location
# implement CC6_PRJ_CONF.mak according to the current project
# Users will:
# run GNU compliant make on this file with standard options - all,clean,rebuild.
# ATP may use switches to specify targets, for example CRYS_ATP=true KMNG_ATP=true

#refer control to this project target
CC6_PRJ_ATP_first: CC6_ATP_main
	

#include specific location & platform selections
include ../CC6_PLATFORM.inc

#include the specific project configuration
include ../../CC6_PRJ_CONF.inc

#include the generic ATP project
include $(MF_PATH)CC6_ATP.mak

all build: CC6_PRJ_ATP_first
	
rebuild: CC6_ATP_rebuild
	
clean: CC6_ATP_clean
	